index array
英 [ˈɪndeks əˈreɪ]
美 [ˈɪndeks əˈreɪ]
网络 索引数组; 索引数组函数; 数组索引; 索引阵列; 阵列索引
双语例句
- Notice that the index() function creates an array called data that contains three named indices: title, headline, and include.
注意,index()函数创建了一个名为data的数组,该数组包含三个已命名的索引:title、headline和include。 - You did not specify the index for the property array you tried to access.
没有为试图访问的属性数组指定索引。 - One among the ready guards is arbitrarily selected and its index ( in the array of guards passed in) is returned.
其中一个就绪的警卫被随机选中,它的索引(在传递进去的警卫数组中)也被返回。 - Here's the rule to follow: Count the number of left parentheses from the beginning of the regex& the count is the index to the match array.
下面是需要遵循的规则:从regex的开头开始计算左括号的数目&该计数是匹配数组的索引。 - You can then use this index to slice or splice an array.
然后您可以使用该索引截取或拼接数组。 - Currently you cannot directly modify a single index of this array. Instead, you need to grab the entire array, modify it, and assign it back to the Particle Animator.
当前你不能直接修改这个数组的索引。相反的,你需要取回整个数组,修改它,然后将它赋回粒子动画。 - A block is allocated from the free pool by first converting the requested bytes to an index in the bucket array, using the following equation
当从空闲池分配块时,首先使用以下公式把请求的字节数转换为bucket数组索引 - With our matching analysis between transformation result and industry potential, an index array of transformation efficiency was obtained based on a improved Data Envelopment Analysis match model, and this index array was utilized to sort order for all evaluation objects.
通过转型结果与行业潜力的配比分析,借助基于改进DEA的配比模型,获得各省的转型效率评价指标,并依据该指标排名得到最终转型评估结果。 - If you wanted to be more object-oriented, you could also use the typetag to be an index to an array of vtables.
如果想更加面向对象,那么还可以将类型标签用作vtable数组的一个索引。 - I need I to start at0 because I want to use it as the index to the resulting array of student IDs.
我需要i从0开始,因为我想要将它用作学生ID的结果数组的索引。